.puflex {
    display: flex;
    justify-content: space-between;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.isbackboot {
    background: url(../img/isbackboot.png) center no-repeat;
    width: 9px;
    height: 114px;
    z-index: 90;
    left: 3%;
    bottom: 3%;
    position: absolute;
    background-size: 100% auto;
}

.isbackboot span {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50px;
}

@keyframes fadesx {
    0% {
        opacity: 1;
        transform: translateY(10px);
    }

    50% {
        opacity: 0.7;
        transform: translateY(30px);
    }

    100% {
        opacity: 0;
        transform: translateY(50px);
    }
}

.isbackboot span {
    -webkit-animation: fadesx 2s both infinite;
    animation: fadesx 2s both infinite;
}

/* banner */
.v22-baner-m img {
    width: 100%;
    vertical-align: top;
}

.v22-baner .v22-baner-page .swiper-pagination-bullet {
    background-color: #fff;
}

.v22-baner .v22-baner-page .swiper-pagination-bullet-active {
    background-color: var(--orange);
}

.v22-baner .v22-baner-page {
    text-align: center;
    width: 100%;
    bottom: 27px;
    left: 0;
    z-index: 12;
    position: absolute;
    height: 6px;
}

.v22-baner .v22-baner-page .swiper-pagination-bullet {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    border-radius: 20px;
    vertical-align: top;
    width: 48px;
    height: 8px;
}

.v22-baner .v22-baner-page .swiper-pagination-bullet {
    margin: 0 4px;
    transition: all 0.3s ease;
}

.vbtxt,
.vbimg {
    position: absolute;
    width: 100%;
}

.vblider {
    width: 100%;
    height: 100vh;
}

.vbanner {
    width: 100%;
    height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    z-index: 88;
}

.v22-vblider-more {
    width: 346PX;
    margin: 0 auto;
}

.vbannerslider {
    height: 100%;
}

@keyframes ani_style2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniStyle3 {
    0% {
        opacity: 0;
        transform: scale(1.35);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ani_style3,
.ani_style2 {
    opacity: 0;
}

.swiper-slide-active .ani_style3.vbth4 {
    animation: 1s aniStyle3 0.2s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .ani_style2.vbtp5,
.swiper-slide-active .ani_style2.vbth5 {
    animation: 1s ani_style2 0.5s;
    animation-fill-mode: forwards;
}

.vbimg {
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.vbtxt {
    text-align: center;
    z-index: 88;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    letter-spacing: 2px;
}

.vbth4 {
    font-size: 80px;
    line-height: 1.2;
    font-family: "FuturaLT";
    font-weight: 900;
}

.vbth41 {
    font-size: 55px;
    font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', "\5b8b\4f53";
    font-weight: bold;
}

.vbth5 {
    font-size: 1.25vw;
    margin-top: 30px;
}

.vbtmore {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    padding-left: 50px;
    line-height: 30px;
    position: relative;
    font-family: Arial, " sans-serif";
    margin-top: 50px;
    display: inline-block;
}

.vbtmore span {
    position: relative;
    left: 0;
    font-family: 'Gilroy', sans-serif;
}

.vbtmore:before,
.vbtmore:after {
    position: absolute;
    width: 28px;
    height: 28px;
    content: '';
    top: 0;
}

.vbtmore:before {
    border: 1px solid #fff;
    left: 0;
    border-radius: 50%;
}

.vbtmore::after {
    background: url(../img/yjt-white.svg) center no-repeat;
    background-size: 100% auto;
    top: 1px;
    width: 22px;
    left: 20px;
}

.vbtmore,
.vbtmore:before,
.vbtmore:after {
    transition: all 0.5s ease;
}

.vbtmore span {
    transition: all 0.7s ease;
}

.vbtmore:hover:after {
    left: 25px;
}

.vbtmore:hover span {
    left: 10px;
}

.vbtmore:hover {
    opacity: 0.9;
}

.vbnum {
    width: 150px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    z-index: 90;
    bottom: 3%;
    font-size: 12px;
}

.vbnuml {
    width: 80px;
    height: 2px;
    margin-top: 14px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
}

.vbnuml span,
.vbnuml i {
    width: 20px;
    height: 2px;
    vertical-align: top;
    display: block;
    float: left;
}

.vbnumr {
    width: 76px;
    height: 30px;
    overflow: hidden;
}

.vbnumr span {
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    color: #fff;
    opacity: 0;
    -webkit-opacity: 0;
}

.vbnumr span.active {
    opacity: 1;
}

.vbnuml i {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
}

.vsmallnav {
    position: absolute;
    text-align: right;
    right: 3%;
    bottom: 3%;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    z-index: 99;
}

.vsmallnav,
.vsmallnav a,
.vsmallnav em {
    font-family: 'Gilroy', " sans-serif";
    color: #fff;
}

.vsmallnav em {
    font-size: 11px;
    padding: 0 20px;
}

.vbtp5 {
    margin-top: 35px;
}

.v22-about {
    padding-top: 140px;
    padding-bottom: 170px;
}

.v22-about-desc {
    max-width: 670px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: justify;
    margin-top: 35px;
}

.v22-about-desc p {
    margin-top: 28px;
}

.v22-about-desc p:nth-child(1) {
    margin-top: 0;
}

.v22-qa {
    padding-top: 170px;
    background: #fff;
    z-index: 3;
    position: relative;
}

.v22-qa-h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.4;
}

/* .v22dd2 {transform:translateX(100px);}
.v22dd1 {transform:translateX(-100px);}
*/
.v22-qa-p1 {
    font-size: 14px;
    line-height: 1;
}

.v22-qa-p2 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-top: 15px;
}

.v22-qa-tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    align-items: center;
}

.v22-qa-tit:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #afafaf;
    bottom: 24px;
    left: 0;
}

.v22-qa-tit-a {
    padding-right: 50px;
    background: #fff;
}

.v22-qa-tit-a,
.v22-qa-tit-b {
    position: relative;
    z-index: 5;
}

.v22-qa-tit-b {
    background: #fff;
    padding-left: 45px;
}

.v22-qa-tit-more {
    position: relative;
    top: 8px;
}

.v22-qa-tit-1 {
    margin-top: 100px;
}

.v22-qa-slider {
    height: 90vh;
    min-height: 600px;
}

.v22-qa-slider-wz {
    position: absolute;
    
    left: 50%;
    z-index: 3;
    color: #fff;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: -80px;
}

.v22-qa-slider-p1 {
    font-size: 18px;
}

.v22-qa-slider-p2 {
    font-size: 42px;
    font-weight: 400;
    margin-top: 10px;
}

.v22-qa-slider-p3 {
    margin: 0;
    margin-top: 30px;
}

.v22-qa-slider-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v22-qa-slider-img {
    position: absolute;
    width: 106%;
    height: 106%;
    left: -3%;
    top: -3%;
}

.v22-qa-slider-video,
.pubvideo {
    position: absolute;
    width: 106%;
    height: 106%;
    left: -3%;
    top: -3%;
}

.v22-qa-slider-video,
.pubvideo {
    object-fit: cover;
}

.v22-qa-slider {
    margin-top: 80px;
}

.v22-qa-sub-m {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
}

.v22-qa-sub-b {
    width: 20%;
    height: 160px;
    position: relative;
}

.v22-qa-sub-b img {
    position: absolute;
    max-width: 60%;
    max-height: 60%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease;
}

.v22-qa-sub-b img {
    min-width: 65px
}

.v22-qa-sub-b:hover img {
    transform: translateY(-10px);
}

.v22-qa-sub {
    position: relative;
    z-index: 6;
    margin-top: -80px;
    background: rgba(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
}

.v22-qa-sub {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.v22-xiu {
    padding-top: 140px;
}

.v22-xiu-link {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 75vh;
    min-height: 500px;
}

.v22-xiu-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v22-xiu-img,
.v22-xiu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.v22-xiu-wz {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 3;
    text-align: center;
    color: #fff;
}

.v22-xiu-wz {
    bottom: 10%;
}

.v22-xiu-wz-center {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.v22-xiu-bg {
    z-index: 2;
}

.v22-xiu-bg {
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
}

.v22-xiu-p1,
.v22-xiu-p2 {
    line-height: 1;
}

.v22-xiu-p2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 1px;
}

.v22-xiu-p1 {
    font-size: 18px;
    font-weight: 300;
}

.v22-xiu-more {
    font-family: "FuturaLT";
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 45px;
    margin-top: 30px;
}

.v22-xiu-more {
    border-radius: 35px;
}

.v22-xiu-p3 {
    margin-top: 55px;
}

.v22-xiu-p3 img {
    max-width: 200px;
    max-height: 80px;
}

.v22-xiu-bg,
.v22-xiu-wz-hide {
    opacity: 0;
}

.v22-xiu-bg {
    transition: all 0.6s ease;
}

.v22-xiu-wz {
    transition: all 0.3s ease;
}

.v22-xiu-link:hover .v22-xiu-bg {
    opacity: 1;
}

.v22-xiu-link:hover .v22-xiu-wz-hide {
    opacity: 1;
}

.v22-xiu-link {
    margin-bottom: 0.6%;
}

.v22-xiu-list {
    margin-top: 100px;
}

.v22-xiu-list-2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.v22-xiu-link-2 {
    margin-right: 0.6%;
    width: 49.7%;
    margin-bottom: 0.6%;
    height: 75vh;
    min-height: 400px;
}

.v22-xiu-link-2:nth-child(2n) {
    margin-right: 0;
}

.v22-xiu-link-2>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v22-xiu-wz-logo-show .v22-xiu-p1,
.v22-xiu-wz-logo-show .v22-xiu-p2,
.v22-xiu-wz-logo-show .v22-pubmore {
    opacity: 0;
    transition: all 0.3s ease;
}

.v22-xiu-link:hover .v22-xiu-wz-logo-show .v22-xiu-p1,
.v22-xiu-link:hover .v22-xiu-wz-logo-show .v22-xiu-p2,
.v22-xiu-link:hover .v22-xiu-wz-logo-show .v22-pubmore {
    opacity: 1;
}

.v22-two {
    padding-top: 140px;
    padding-bottom: 140px;
}

.v22-qa-p2-1 {
    text-align: center;
}

.v22-two-list {
    width: 100%;
    display: flex;
    min-height: 950px;
    align-items: flex-start;
}

/* .v22-two-list {transform:translateX(35%);}
*/
.v22-two-link {
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.v22-two-img {
    width: 100%;
    height: 460px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v22-two-wz {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.v22-two-wz:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
}

.v22-two-wz:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.v22-two-wz-m {
    width: 50%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.v22-two-wz-m {
    padding-top: 15px;
}

.v22-two-p1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.v22-two-p2 {
    margin-top: 12px;
    color: #666;
}

/* .v22-two-wz-m:nth-child(2n) {border-right:none;}
*/
.v22-two-wz-m:nth-child(3),
.v22-two-wz-m:nth-child(4) {
    border-bottom: none;
}

.v22-two-img,
.v22-two-link,
.v22-two-wz:before {
    transition: all 0.3s ease;
}

.v22-two-list {
    margin-top: 80px;
}

.v22-two-link:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
    z-index: 3;
}

.v22-two-icon {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
}

.v22-two-icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    transition: all .3s ease-in-out;
}

.v22-two-icon1 {
    opacity: 0;
}

.v22-two-icon-hover:hover .v22-two-icon1 {
    opacity: 1;
}

.v22-two-icon-hover:hover .v22-two-icon2 {
    opacity: 0;
}

.v22-two-wz-m:nth-child(1) .v22-two-icon-hover .v22-two-icon1 {
    opacity: 1;
}

.v22-two-wz-m:nth-child(1) .v22-two-icon-hover .v22-two-icon2 {
    opacity: 0;
}

.v22-two-link:nth-child(2) .v22-two-icon img {
    max-width: 65%;
    max-height: 65%;
    top: 25px;
}

.v22-new {
    padding-left: 5%;
    width: 100%;
    box-sizing: border-box;
}

.v22-new {
    padding-top: 140px;
    padding-bottom: 140px;
}

.v22-new-top {
    display: flex;
    width: 100%;
    align-items: flex-end;
    position: relative;
}

.v22-about-h2-new {
    line-height: 1;
    padding-right: 20px;
}

.v22-about-more-2 {
    margin-top: 0;
    position: relative;
    top: -13px;
}

.v22-new-r {
    position: absolute;
    bottom: 5px;
    right: 5%;
    text-align: right;
    width: 20%;
}

.v22-new-btn {
    width: 29px;
    height: 29px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.v22-new-btn:before,
.v22-new-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.v22-new-btn:before,
.v22-new-btn:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v22-new-btn:after {
    opacity: 0;
}

.v22-new-btn-1:before {
    background-image: url(../img/left.png);
}

.v22-new-btn-1:after {
    background-image: url(../img/left1.png);
}

.v22-new-btn-2:before {
    background-image: url(../img/right.png);
}

.v22-new-btn-2:after {
    background-image: url(../img/right1.png);
}

.v22-new-btn-2 {
    margin-left: 30px;
}

.v22-new-slider {
    margin-top: 50px;
}

.v22-new-p1 {
    font-size: 24px;
    font-weight: bold;
}

.v22-new-p2 {
    color: #666;
    margin-top: 10px;
    margin-bottom: 35px;
}

.v22-new-wz {
    padding: 35px 50px;
}

.v22-new-slider .swiper-slide {
    width: calc((100% - 15px) / 3);
    background: #fff;
}

.v22-new-img {
    overflow: hidden;
}

.v22-new-img img {
    width: 100%;
}

.v22-new-link:hover .v22-new-img img {
    transform: scale(1.03);
}

.v22-new-img img {
    transition: all 0.3s ease;
}

.v22-new,
.v22-about-h2-new,
.v22-new-btn:after,
.v22-new-btn:before {
    transition: all 0.3s ease;
}

.v22-new {
    transition: all 0.6s ease;
}

.v22-new.hei {
    background: #000;
}

.v22-new.hei .v22-about-h2-new {
    color: #fff;
}

.v22-new.hei .v22-new-btn:after {
    opacity: 1;
}

.v22-new.hei .v22-new-btn:before {
    opacity: 0;
}

.v22-new.hei .v22-new-top .v22-pubmore {
    color: #fff;
}

.v22-new.hei .v22-new-top .v22-pubmore:after {
    background: #000;
}

.v22-new.hei .v22-new-top .v22-pubmore:before {
    background: #fff;
}

.v22-new.hei .v22-new-top .v22-pubmore:hover {
    color: #fff;
}

.v22-new.hei .v22-new-top .v22-pubmore i:before {
    opacity: 0;
}

.v22-new.hei .v22-new-top .v22-pubmore i:after {
    opacity: 1;
}

.v22-new.hei .v22-new-top .v22-pubmore:hover:after {
    transform: scaleX(1) translate3d(0, 0, 0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: transform 0.7s cubic-bezier(0.37, 0.16, 0.12, 1);
    transition: transform 0.7s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.7s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.v22-xiu-kh {
    background: #21242b;
    padding-top: 65px;
    padding-bottom: 140px;
}

.v22-xiu-kh-top {
    text-align: center;
}

.v22-xiu-kh-p1,
.v22-xiu-kh-p2 {
    color: #fff;
}

.v22-xiu-kh-p1 {
    line-height: 1.6;
    margin-top: 20px;
}

.v22-xiu-kh-p3 {
    background: #fff;
    width: 4px;
    height: 30px;
    display: inline-block;
}

.v22-xiu-kh-p2 {
    margin-top: 35px;
}

.v22-xiu-kh-logo {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
}

.v22-xiu-kh-logo img {
    max-width: 80%;
    max-height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.v22-xiu-kh-logo li {
    width: 12.5%;
    margin-right: 5%;
    margin-bottom: 4%;
    position: relative;
    height: 100px;
}

.v22-xiu-kh-logo li:nth-child(6n) {
    margin-right: 0;
}

.v22-xiu-kh-more a {
    text-align: left;
}

.v22-xiu-kh-more a {
    padding: 0 47px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    border-radius: 27px;
    border: 3px solid #fff;
    background: url(../img/icon05.png) no-repeat right 44px center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 310px;
    box-sizing: border-box;
}

.v22-xiu-kh-more a:hover {
    border: 3px solid #fff;
    color: #333;
    background: #fff url(../img/icon05_over.png) no-repeat right 38px center;
}

.v22-xiu-kh-more {
    text-align: center;
    padding-top: 30px;
}

.v22-msg {
    padding: 140px 0;
    background: #fff;
}

.v22-msg-p1 {
    text-align: center;
    line-height: 1.4;
}

.v22-msg-p2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 65px;
}

.v22-msg-p2 span {
    font-size: 32px;
    display: block;
}

.v22-msg-p3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 80px;
}

.v22-msg-p3 ul {
    display: inline-block;
    margin: 0 20px;
}

.v22-msg-p3 p {
    margin-top: 15px;
}

.v22-msg-p3 img {
    max-width: 280px;
}

@keyframes get-a-quote-animation {
    0% {
        transform: translateX(-25%)
    }

    to {
        transform: translateX(-45%)
    }
}

.v22-contact {
    background: #f8f8f8;
    overflow: hidden;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 150px;
    position: relative;
    width: 100%;
}

.v22-contact-wz {
    transition: all 0.6s cubic-bezier(.25, .74, .22, .99);
    position: absolute;
    left: 0;
    color: #e8e8e8;
    font-family: "FuturaLT";
    font-weight: 700;
    font-size: 100px;
    letter-spacing: 5px;
    white-space: nowrap;
    animation: get-a-quote-animation 8s linear infinite;
}

.v22-contact-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.v22-contact:hover .v22-contact-wz {
    color: #181818;
}

.v22-contact:hover .v22-contact-btn:after {
    transform: scale(1);
}

.v22-contact:hover .v22-contact-btn i:after {
    opacity: 0.7;
}

.v22-contact:hover .v22-contact-btn i:before {
    opacity: 0;
}

.v22-contact-btn {
    position: relative;
}

.v22-contact-btn:after {
    transition: all .4s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
}

.v22-contact-btn:hover:after {
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    left: 0;
    width: 100%;
}

.v22-contact-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.v22-contact-btn i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.v22-contact-btn i:before,
.v22-contact-btn i:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    transition: all 0.3s cubic-bezier(.25, .74, .22, .99);
}

.v22-contact-btn i:before,
.v22-contact-btn i:after,
.v22-contact-btn:before,
.v22-contact-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border-radius: 50%;
}

.v22-contact-btn i:before {
    background-image: url(../img/vyjt1.svg);
}

.v22-contact-btn i:after {
    background-image: url(../img/vyjt2.svg);
    opacity: 0;
}

.v22-contact-btn:before {
    background: #191b1d;
}

.v22-contact-btn:after {
    background: #b7babe;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(.25, .74, .22, .99);
}

.v22-contact-btn:hover:after {
    transform: scale(1);
}

.v22-contact-btn:hover i:after {
    opacity: 0.7;
}

.v22-contact-btn:hover i:before {
    opacity: 0;
}

.v22-kh-gd {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 30px;
}

.v22-qa-slider-video,
.pubvideo,
.v22-xiu-img {
    width: 106%;
    height: 106%;
    left: -3%;
    top: -3%;
}

/* 关于 */
.v22-pgab-1 {
    padding-top: 160px;
    padding-bottom: 100px;
}

.v22-pgab-1m {
    width: 90%;
    margin: 0 auto;
}

.v22-pgab-1-p1 {
    font-size: 40px;
}

.v22-pgab-1-p2 {
    font-size: 80px;
    color: #222;
}

.v22-pgab-2 {
    padding-top: 0;
    margin: 0 0.6%;
}

.v22-pgab-2-list {
    margin-top: 0;
}

.v22-xiu0 {
    padding-top: 0;
}

.v22-xiu0 .v22-xiu-list {
    margin-top: 0;
}

.v22-about211 {
    padding: 75px 0;
}

.v22-qa211 {
    padding-top: 75px;
}

.v22-about211 {
    position: relative;
}

.v22-about-r {
    width: 30%;
    right: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 400px;
}

.v22-about-r img {
    max-width: 100%;
}

.v22-about-r {
    text-align: center;
}

.v22-about-r p {
    margin-top: -20px;
    font-weight: bold;
    line-height: 1.6;
}

.v22-msg,
.v22-cmessage {
    padding: 80px 0;
}

.v22-cmessage {
    background: #f8f8f8;
}

.inprocmam {
    width: 48.5%;
    position: relative;
    margin-right: 3%;
}

.inprocmam:nth-child(2n) {
    margin-right: 0;
}

.inproctxt {
    height: 52px;
    width: 100%;
    padding: 0 10px;
    line-height: 48px;
}

.inproctxt,
.inproctext {
    border: 2px solid #a29e9e;
    box-sizing: border-box;
}

.inproclabel {
    padding: 0 5px;
    transition: all 0.3s ease;
    background: #f8f8f8;
    position: absolute;
    left: 15px;
}

.inproclabel {
    top: 14px;
    font-size: 16px;
}

.inproclabel i {
    color: #000;
    padding-left: 5px;
}

.cur .inproclabel {
    top: -12px;
    transform: scale(0.9);
}

.cur .inproclabel i {}

.inprocma {
    margin-top: 30px;
    display: flex;
    width: 100%;
}

.inprocbx {
    padding-top: 20px;
}

.inprocmam2 {
    width: 100%;
    margin-right: 0;
}

.inprocmabtn {
    background: none;
    border: none;
}

.inproctext {
    height: 112px;
    width: 100%;
    padding: 15px;
    line-height: 20px;
    resize: none;
}

.inprocmabtn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #333;
}

.inprocmabtn {
    font-size: 18px;
    border-radius: 5px !important;
    font-size: 16px;
}

.inprocma2 {
    margin-top: 45px;
    justify-content: center;
}

.inprocmabtn {
    transition: all 0.3s ease;
    font-family: "PINGFANGHK", "PingFang-HK", PingFang SC, "Source Han Sans CN", Arial, "SimHei", sans-serif;
}

.inprocmabtn:hover {
    background: #000;
}

.v22-cmessage-tit {
    text-align: center;
}

.z22-header-vt,
.v22-vthinks-wz,
.v22-baner-hot {
    max-width: 1500px;
}

.v22-vthinks-wz,
.v22-baner-hot {
    width: 80%;
}

.v22-baner-vthinks {
    height: 100vh;
}

.v22-vthinks-baner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.v22-vthinks-baner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v22-vthinks-wz {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.v22-vthinks-h6 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.6;
}

.v22-vthinks-p2 {
    margin-top: 45px;
}

.v22-vthinks-p1 {
    margin-top: 15px;
    color: #fff;
}

.v22-vthinks-p1,
.v22-vthinks-p2 {
    position: relative;
    left: 5px;
}

.v22-baner-hot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.v22-baner-hot {
    bottom: 5%;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 0;
}

.v22-baner-hotm {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 5%;
    position: relative;
}

.v22-baner-hotm::before {
    position: absolute;
    content: '';
    right: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background: #fff;
    opacity: 0.2;
}

.v22-baner-hotm,
.v22-baner-hotm a {
    color: #fff;
}

.v22-baner-hoth5 {
    font-weight: bold;
    font-size: 18px;
}

.v22-baner-hotp1 {
    margin-top: 12px;
}

.v22-baner-hotp1 a {
    opacity: 0.8;
    transition: all 0.3s ease;
    display: inline-block;
    margin-left: 8px;
}

.v22-baner-hotp1 a:nth-child(1) {
    margin: 0;
}

.v22-baner-hotp1 a {
    position: relative;
    padding-bottom: 10px;
}

.v22-baner-hotp1 a:before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
}

.v22-baner-hotp1 a:before {
    bottom: 5px;
}

.v22-baner-hotp1 a:before {
    transition: all 0.3s ease;
}

.v22-baner-hotp1 a:hover {
    opacity: 1;
}

.v22-baner-hotp1 a:hover:before {
    width: 100%;
    opacity: 1;
}

.v22-baner .v22-page-vthinks {
    bottom: auto;
}

.v22-baner .v22-page-vthinks {
    top: 50%;
    transform: translateX(-50%);
    left: 5%;
}

.v22-baner .v22-page-vthinks {
    width: 10px;
}

.v22-baner .v22-page-vthinks .swiper-pagination-bullet,
.v22-baner .v22-page-vthinks .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    vertical-align: top;
}

@-webkit-keyframes fadeInUpShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.appear-animation {
    opacity: 0;
}

.swiper-slide-active .appear-animation {
    animation: fadeInUpShorter 0.8s normal forwards;
}

.ani1 {
    animation-delay: 0.3s !important;
}

.ani2 {
    animation-delay: 0.5s !important;
}

.ani3 {
    animation-delay: 0.7s !important;
}

.v2-wedom {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.v2-wedoma {
    width: 23%;
    margin-right: 2.66%;
    position: relative;
    height: 390px;
}

.v2-wedoma:nth-child(4) {
    margin-right: 0;
}

.v2-wedo {
    padding: 100px 0;
}

.v2-wedoma-h5 {
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 10px;
    color: #222;
}

.v2-wedoma-p1 {
    color: #878787;
    font-size: 14px;
    line-height: 1.5;
}

.v2-wedoma-p2 {
    font-size: 14px;
    margin-top: 20px;
}

.v2-wedoma-p2 dd {
    padding: 10px;
    position: relative;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.v2-wedoma-p2 dd:before {
    position: absolute;
    content: '';
    left: 0;
    width: 4px;
    height: 4px;
    background: #000;
    top: 16px;
}

.v2-wedoma-p2 a {
    color: #222;
}

.v2-wedoma-icon {
    display: block;
    position: relative;
    height: 64px;
    z-index: 3;
}

.v2-wedoma-icon img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.v2-wedoma-icon-2 {
    opacity: 0;
    visibility: hidden;
}

.v2-wedoma {
    border: 1px solid #666;
    padding: 30px;
}

.v2-wedoma-more {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-top: 10px;
}

.v2-wedoma-more:before,
.v2-wedoma-more:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.v2-wedoma-more:before,
.v2-wedoma-more:after {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.v2-wedoma-more:before {
    background-image: url(../img/yjtou-fff.svg);
}

.v2-wedoma-more:after {
    background-image: url(../img/yjtou-000.svg);
    opacity: 0;
}

.v2-wedo-tit:before {
    display: none;
}

.v2-wedomabg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    content: '';
    z-index: 6;
}

.v2-wedomabg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v2-wedomawz {
    position: relative;
    z-index: 8;
}

.v2-wedoma:hover {
    border-color: #fff;
}

.v2-wedoma:hover .v2-wedoma-p2 a,
.v2-wedoma:hover .v2-wedoma-p1,
.v2-wedoma:hover .v2-wedoma-h5 {
    color: #fff;
}

.v2-wedoma:hover .v2-wedoma-p2 dd:before {
    background: #fff;
}

.v2-wedoma:hover .v2-wedoma-p2 dd {
    border-color: rgba(255, 255, 255, 0.2);
}

.v2-wedoma:hover .v2-wedomabg {
    opacity: 1;
    visibility: visible;
}

.v2-wedoma:hover .v2-wedo-gd {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.v2-wedoma:hover .v2-wedoma-icon,
.v2-wedo-gd {
    opacity: 0;
    visibility: hidden;
}

.v2-wedoma:hover .v2-wedoma-more:before {
    opacity: 0;
}

.v2-wedoma:hover .v2-wedoma-more:after {
    opacity: 1;
}

.v2-wedoma:hover .v2-wedomawz {
    top: 20px;
}

.v2-wedo-gd,
.v2-wedomawz,
.v2-wedoma-icon,
.v2-wedoma-p2 dd,
.v2-wedoma-p2 dd:before,
.v2-wedoma-icon img,
.v2-wedoma-more:before,
.v2-wedoma-more:after,
.v2-wedomabg,
.v2-wedoma,
.v2-wedoma-p2 a,
.v2-wedoma-p1,
.v2-wedoma-h5 {
    transition: all 0.3s ease;
}

.v2-wedoma-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 30px;
    top: 20px;
}

.v2-wedomawz {
    top: 100px;
}

.v2-wedo-gd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 25;
}

.v2-wedo-gd {
    padding: 0 30px;
    box-sizing: border-box;
    opacity: 0;
}

.v2-wedo-gd-b {
    display: inline-block;
    border-radius: 25px;
    width: 55%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.v2-wedo-gd-b {
    background: var(--orange)
}

.v2-wedo-gd-b,
.v2-wedo-gd-b:hover {
    color: #fff;
}

.vabouta {
    position: relative;
    padding-bottom: 15%;
}

.vaboutaa {
    width: 100%;
    height: 110vh;
    position: relative;
}

.vaboutabg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.vaboutabg {
    background-image: url(../img/vaboutabg.jpg);
}

.vaboutaap1 {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 12%;
    color: #fff;
    z-index: 6;
    top: 150px;
}

.vaap11 {
    font-size: 18px;
    line-height: 1;
}

.vaap12 {
    font-size: 80px;
    line-height: 0.9;
    margin-top: 15px;
}

.vaap12 span {
    display: block;
    vertical-align: top;
}

.vaap121 {
    line-height: 1.4
}

.ababgsvg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.ababgsvg svg {
    width: 100%;
    height: 100%;
}

.vaboutaap2,
.vaboutaap3 {
    position: absolute;
    width: calc(25% + 1px);
    height: 50%;
    top: 25%;
    background: #a2210c;
}

.vaboutaap2 {
    left: 25%;
    clip-path: polygon(0 0, 100% 40.625%, 100% 100%, 0 59.375%);
}

.vaboutaap3 {
    left: 50%;
    clip-path: polygon(0 40.625%, 100% 0, 100% 59.375%, 0 100%);
}

.ababg1 {
    background: url(../img/ababg1.png) left top no-repeat;
    height: 495px;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    z-index: 2;
}

.vaboutab {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
}

.vaboutaba {
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

.vaboutabap1 {
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: 50px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.vaboutabap1 span {
    display: block;
}

.vaboutaba img {
    vertical-align: top;
    width: 100%;
}

.vaboutabb {
    padding-top: 50px;
    padding-left: 50%;
}

.vaboutabb {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.vaboutabb p {
    margin-top: 50px;
    opacity: 0.9;
}

.vaboutb {
    padding: 130px 0;
    position: relative;
    background: #fff;
    color: #8d8d8d;
    font-size: 16px;
}

.vaboutbbg {
    width: 95%;
    position: absolute;
    right: 5%;
    top: 0;
}

.vaboutbbg img {
    width: 100%;
}

.vaboutbwz {
    margin-left: 40%;
    width: 45%;
    position: relative;
    z-index: 2;
}

.vaboutbwz .a2210c {
    color: #a2210c;
}

.vaboutbwz p {
    margin-top: 25px;
}

.vaboutc {
    position: relative;
    background: #00000c;
    position: relative;
}

.vaboutc:before {
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #b8b8b8;
    position: absolute;
}

.vaboutcm {
    padding-top: 12%;
}

.vaboutcma {
    margin-left: 25%;
    line-height: 1.6;
    padding-bottom: 0;
    color: #fff;
    font-size: 18px;
    width: 30%;
}

.vaboutcma p {
    margin-top: 15px;
}

.vaboutcmb {
    position: relative;
    overflow: hidden;
}

.vaboutcmbaimg {
    overflow: hidden;
}

.vaboutcmbaimg img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.vaboutcmba {
    clip-path: polygon(0 25%, 33.33% 50%, 100% 0, 100% 50%, 33.33% 100%, 0 75%);
    margin-left: 25%;
    position: relative;
}

.vaboutcmbasvg {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.vaboutcmbasvg svg {
    width: 100%;
    height: 34.72222vw;
}

.vaboutcmb:before {
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    height: 100%;
    background: #b8b8b8;
    position: absolute;
}

.vaboutcmbasvg .company-intro__lines__line {
    opacity: 0;
    position: relative;
    top: 100%;
    transition: all 0.3s ease;
}

.aos-animate.vaboutcmbasvg .company-intro__lines__line {
    opacity: 1;
    top: 0;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(1),
.vaboutcmbasvg .company-intro__lines__line:nth-child(2),
.vaboutcmbasvg .company-intro__lines__line:nth-child(3),
.vaboutcmbasvg .company-intro__lines__line:nth-child(4) {
    transition-delay: 0.2s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(5),
.vaboutcmbasvg .company-intro__lines__line:nth-child(6),
.vaboutcmbasvg .company-intro__lines__line:nth-child(7),
.vaboutcmbasvg .company-intro__lines__line:nth-child(8) {
    transition-delay: 0.3s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(9),
.vaboutcmbasvg .company-intro__lines__line:nth-child(10),
.vaboutcmbasvg .company-intro__lines__line:nth-child(11),
.vaboutcmbasvg .company-intro__lines__line:nth-child(12) {
    transition-delay: 0.4s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(13),
.vaboutcmbasvg .company-intro__lines__line:nth-child(14),
.vaboutcmbasvg .company-intro__lines__line:nth-child(15),
.vaboutcmbasvg .company-intro__lines__line:nth-child(16) {
    transition-delay: 0.5s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(17),
.vaboutcmbasvg .company-intro__lines__line:nth-child(18),
.vaboutcmbasvg .company-intro__lines__line:nth-child(19),
.vaboutcmbasvg .company-intro__lines__line:nth-child(20) {
    transition-delay: 0.6s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(21),
.vaboutcmbasvg .company-intro__lines__line:nth-child(22),
.vaboutcmbasvg .company-intro__lines__line:nth-child(23),
.vaboutcmbasvg .company-intro__lines__line:nth-child(24) {
    transition-delay: 0.7s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(25),
.vaboutcmbasvg .company-intro__lines__line:nth-child(26),
.vaboutcmbasvg .company-intro__lines__line:nth-child(27),
.vaboutcmbasvg .company-intro__lines__line:nth-child(28) {
    transition-delay: 0.8s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(29),
.vaboutcmbasvg .company-intro__lines__line:nth-child(30),
.vaboutcmbasvg .company-intro__lines__line:nth-child(31),
.vaboutcmbasvg .company-intro__lines__line:nth-child(32) {
    transition-delay: 0.9s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(33),
.vaboutcmbasvg .company-intro__lines__line:nth-child(34),
.vaboutcmbasvg .company-intro__lines__line:nth-child(35),
.vaboutcmbasvg .company-intro__lines__line:nth-child(36) {
    transition-delay: 1s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(37),
.vaboutcmbasvg .company-intro__lines__line:nth-child(38),
.vaboutcmbasvg .company-intro__lines__line:nth-child(39),
.vaboutcmbasvg .company-intro__lines__line:nth-child(40) {
    transition-delay: 1.1s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(41),
.vaboutcmbasvg .company-intro__lines__line:nth-child(42),
.vaboutcmbasvg .company-intro__lines__line:nth-child(43),
.vaboutcmbasvg .company-intro__lines__line:nth-child(44) {
    transition-delay: 1.2s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(45),
.vaboutcmbasvg .company-intro__lines__line:nth-child(46),
.vaboutcmbasvg .company-intro__lines__line:nth-child(47),
.vaboutcmbasvg .company-intro__lines__line:nth-child(48) {
    transition-delay: 1.3s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(49),
.vaboutcmbasvg .company-intro__lines__line:nth-child(50),
.vaboutcmbasvg .company-intro__lines__line:nth-child(51),
.vaboutcmbasvg .company-intro__lines__line:nth-child(52) {
    transition-delay: 1.4s;
}

.vaboutcmbasvg .company-intro__lines__line:nth-child(53),
.vaboutcmbasvg .company-intro__lines__line:nth-child(54),
.vaboutcmbasvg .company-intro__lines__line:nth-child(55),
.vaboutcmbasvg .company-intro__lines__line:nth-child(56) {
    transition-delay: 1.5s;
}

.vaboutd {}

.vaboutd,
.vaboute {
    background: #b8b8b8;
}

.vaboutda {
    color: #fff;
    font-size: 200px;
    line-height: 0.8;
    margin-left: 50%;
    margin-top: -200px;
    position: relative;
    z-index: 2;
}

.vaboutda span {
    display: block;
}

.vaboutdb {
    margin-left: 50%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 120px;
    padding-bottom: 120px;
}

.vaboutea {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
    margin-bottom: -5%;
}

.vaboutea img {
    width: 100%;
}

.vabouteb {
    position: relative;
}

.vaboutebwz {
    width: 30%;
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.vaboutebimg {
    width: 50%;
    margin-left: 50%;
}

.vaboutebimg img {
    width: 100%;
    vertical-align: top;
}

.vaboutebh4 {
    font-size: 90px;
    line-height: 1;
}

.vaboutebdesc {
    font-size: 16px;
    margin-top: 45px;
    line-height: 1.6;
}

.vaboutfm {
    width: 95%;
    margin: 0 auto;
    padding: 150px 0;
}

.vaboutfa {
    font-size: 200px;
    line-height: 1;
    padding-bottom: 70px;
    overflow: hidden;
}

.vaboutfa span {
    float: left;
}

.vaboutfb {
    width: 50%;
    margin-left: 50%;
    padding-top: 20px;
}

.vaboutfb li {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.vaboutfbh5 {
    font-size: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.vaboutfbp1 {
    font-size: 14px;
    margin-top: 5px;
}

.vaboutfbp1 span {
    color: #666;
}

.vaboutfbp1 a {
    color: #333;
    display: inline-block;
    padding-left: 10px;
}

.vaboutfb li:hover a,
.vaboutfb li:hover span,
.vaboutfb li:hover .vaboutfbh5 {
    color: #999;
}

.vaboutfb li {
    position: relative
}

.vaboutfbp1 a,
.vaboutfbp1 span,
.vaboutfbh5 {
    transition: all 0.3s ease;
}

.vaboutfbbtn {
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    margin-left: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.vaboutfbbtn:before,
.vaboutfbbtn:after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.vaboutfbbtn:after,
.vaboutfbbtn:before {
    background: url(../img/zpyjt.svg) center no-repeat;
    background-size: 22px auto;
    left: 20px;
}

.vaboutfbbtn:before {
    left: -100%;
    opacity: 0;
}

.vaboutfbbtn:after {
    left: 0;
}

.vaboutfb li:hover .vaboutfbbtn:before {
    opacity: 1;
    left: 0;
}

.vaboutfb li:hover .vaboutfbbtn:after {
    opacity: 0;
    left: 100%;
}

.vaboutfbbtn:after,
.vaboutfbbtn:before {
    transition: all 0.3s ease;
}

@media screen and (max-width:1600px) {
    .vaap12 {
        font-size: 60px;
    }

    .vaboutda {
        margin-top: -150px;
    }

    .vaboutda,
    .vaboutfa {
        font-size: 150px;
    }

    .vaboutfm {
        padding: 100px 0;
    }
}

@media screen and (max-width:1440px) {
    .w1600 {
        width: 1200px;
        margin: 0 auto;
    }

    .vaap12 {
        font-size: 50px;
    }

    .vaboutdb {
        font-size: 22px;
    }

    .vaboutda {
        margin-top: -120px;
    }

    .vaboutda,
    .vaboutfa {
        font-size: 120px;
    }

    .vaboutfm {
        padding: 80px 0;
    }

    .vcaseba {
        width: 48.5%;
        margin-right: 3%;
        margin-top: 3%;
    }

    .vcaseba:nth-child(2n) {
        margin-right: 0;
    }

    .vcaseba:nth-child(3n) {
        margin-right: 0;
    }

    .vcaseba:nth-child(odd) {
        margin-right: 3%;
    }

    .vcaseba:nth-child(2n) .h_case_sk {
        animation-delay: 0.2s;
    }
}

.head24asubx,
.head24asubx {
    margin-top: auto;
}

.head24asuba {
    margin-right: 10%;
}

.head24asubb {
    margin-left: 10%;
}

.head24asuba {
    width: 190px;
    width: 300px;
    padding-left: 110px;
    box-sizing: border-box;
}

.head24asubb {
    width: 300px;
}

.head24asubp1 {
    color: #ff0000;
    font-size: 30px;
    line-height: 1;
    font-weight: 700
}

.head24asubp2 {
    padding-top: 20px;
}

.head24asubp2 a {
    color: #fff;
    position: relative;
    display: block;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease
}

.head24asubp2 a i {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: -2px;
    right: 10px;
    line-height: 18px;
    opacity: 0;
    transition: all 0.3s ease
}

.head24asubp2 a:hover {
    color: #ff0000;
}

.head24asubp2 a:hover i {
    opacity: 1;
    right: 0;
}

.head24asubp22 {
    display: flex;
    flex-wrap: wrap;
}

.head24asubp22 a {
    width: 115px;
    margin-right: 70px;
}

.head24asubp22 a:nth-child(2n) {
    margin-right: 0;
}

.head24asub {
    width: var(--nav-width);
    position: absolute;
    left: 50%;
    top: 90px;
    height: calc(80vh - 45px);
    display: none;
    transform: translateX(-50%);
}

.head24asub {}

.head24asubm {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 160px;
    position: relative;
}

.head24asubm:before {
    position: absolute;
    width: 1px;
    height: 305px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    content: '';
    opacity: 0.2
}

.head24asubmore {
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 38px;
    height: 38px;
    padding-right: 60px;
}

.head24asubmore {
    transition: all 0.4s ease;
    display: inline-block;
}

.head24asubmore span {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.head24asubmore span {
    background: var(--orange);
}

.head24asubmore i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.4s ease;
    color: #fff
}

.head24asubmore i:nth-child(2) {
    opacity: 0;
    right: 100%;
    color: #000;
}

.head24asubmore:hover {
    color: rgba(255, 255, 255, 1);
}

.head24asubmore:hover i {
    opacity: 0;
    right: -100%;
}

.head24asubmore:hover i:nth-child(2) {
    opacity: 1;
    right: 0;
}

.head24asubmore-000 {
    color: #333;
}

.head24asubmore-000:hover {
    color: var(--blue);
}

.head24asubmore-black {
    color: #333;
}

.head24asubmore-black span {
    background: #efefef;
}

.head24asubmore-black:hover {
    color: var(--blue);
}

.head24asubmore1,
.head24asubmore2 {
    position: absolute;
    bottom: 60px;
}

.head24asubmore1 {
    left: 0;
}

.head24asubmore2 {
    right: 0;
}

.head24asubbg {
    height: 135px;
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 16;
    height: 80vh;
    opacity: 0;
}

.head24asubbg {
    padding-top: var(--header-height);
    background-color: var(--nav-bg);
    left: 0;
    top: 0;
    overflow: hidden;
    transition: clip-path .4s var(--ease-basic), -webkit-clip-path .4s var(--ease-basic), opacity .4s var(--ease-basic);
    visibility: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(42, 32, 57, 1) 100%);
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.head24db {
    width: var(--nav-width);
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head24db {
    padding: 0 35px;
    box-sizing: border-box;
    pointer-events: all;
    z-index: 1
}

.head24lauge {
    height: 22px;
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 12px;
}

.head24lauge i {
    position: absolute;
    width: 18px;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.head24lauge i {
    background: url(/2023/img/language_icon_2.gif) left center no-repeat;
    background-size: 100% auto;
}

.head24lauge span {
    position: relative;
    padding-right: 15px;
}

.head24lauge em {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 12px;
    display: block;
    margin-top: -5px;
}

.head24lauge em {
    font-size: 12px;
    transform: scale(0.8)
}

.head24dblogo2 img {
    height: 15px;
}

.head24dblogo1 img {
    height: 22px;
}

.head24b {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: var(--header-height);
    background-color: #000;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: clip-path .4s var(--ease-basic), -webkit-clip-path .4s var(--ease-basic);
    visibility: hidden;
}

/*.head24b {-webkit-clip-path:inset(0 0 calc(100% - var(--header-height)) 0 round 0);clip-path:inset(0 0 calc(100% - var(--header-height)) 0 round 0);transition:all .4s var(--ease-basic);}
*/
.head24b {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.head24b,
.head24asubbg {
    clip-path: inset(45px calc((100% - var(--nav-width)) / 2) calc(100% - var(--header-height) - 45px) calc((100% - var(--nav-width)) / 2) round calc(var(--header-height) / 2));
}

.head24bzw {
    height: 100%;
    padding: 10% calc((100% - var(--nav-width)) / 2) 14%;
    display: flex;
    flex-flow: row;
    overflow: auto;
    opacity: 0;
    transform: translateY(-15%);
    justify-content: space-between;
}

.head24bzw {
    transition: opacity .4s var(--ease-basic), transform .8s var(--ease-basic);
    box-sizing: border-box;
}

.head24bbg {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.head24bbg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0.2%, rgba(42, 32, 57, 1) 100%);
}

.head24bli {
    padding: 25px 0;
}

.head24bli:first-chind {
    margin-top: 0;
}

.head24ba {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    transition: opacity .25s var(--ease-basic)
}

.head24bul a:hover {
    color: #fff;
}

.head24bul:hover a {
    opacity: 0.2;
}

.head24bli.on .head24ba,
.head24bul a:hover,
.head24brp2 a:hover,
.head24bsub span:nth-child(2) {
    opacity: 1;
    color: var(--orange)
}

.head24bl {
    padding-left: 35px;
}

.head24bl,
.head24br {
    margin-top: auto;
}

.head24bul {
    position: relative;
    padding-top: 25px;
}

.head24bsub {
    position: absolute;
    left: 100%;
    top: 0;
    width: 335px;
    padding-left: 100px;
    display: none;
}

.head24bsub span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}

.head24bsub span,
.head24bsub i {
    transition: all .5s var(--ease-basic);
    opacity: 0;
}

.head24bsub i {
    transition: all .8s var(--ease-basic);
}

.head24bsub i:last-child {
    color: var(--orange)
}

.head24bsub span:nth-child(1),
.head24bsub i:nth-child(3) {
    opacity: 1;
}

.head24bsub span:nth-child(2),
.head24bsub i:nth-child(4) {
    transform: translateY(100%);
}

.head24bsub a:hover span:nth-child(1),
.head24bsub a:hover i:nth-child(3) {
    transform: translateY(-100%);
    opacity: 0;
}

.head24bsub a:hover span:nth-child(2),
.head24bsub a:hover i:nth-child(4) {
    transform: translateY(0);
    opacity: 1;
}

.head24bsub a {
    margin-bottom: 30px;
    overflow: hidden;
}

.head24bsub a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
}

.head24bsub i {
    position: absolute;
    right: 0;
    top: 2px;
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 40px;
}

.head24bul .head24bsub a,
.head24bul .head24bsub a:hover {
    opacity: 1;
}

.head24brp2 {
    padding-bottom: 25px;
}

.head24brp2 a {
    color: #fff;
    display: block;
    opacity: 0.7
}

.head24brp2 a {
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1;
}

.head24asubm-solo {
    justify-content: flex-start;
}

.head24asubm-solo:before {
    display: none;
}

.head24bsub-solo {
    position: relative;
    left: 0;
    display: block;
    padding-left: 35px;
    width: 450px;
}

.head24asub-solo {
    width: 100%;
    box-sizing: border-box;
    padding: 5% calc((100% - var(--nav-width)) / 2) 7%
}

.head24asubm-solo {
    justify-content: flex-start;
    padding-bottom: 0;
    height: auto;
    margin-top: auto;
}

.head24asub-solom {
    width: 100%;
    display: flex;
    height: 100%;
}

.head24bsub-solo a {
    font-size: 42px;
    line-height: 50px;
    height: 50px;
    margin: 0;
    margin-top: 35px;
}

.head24bsub-solo i {
    font-size: 40px;
    top: 10px;
}

.head24asubmore-solo {
    bottom: -5px;
}

.bioh3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2
}

.bioh3-fff {
    color: #fff
}

.biobanerbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brandbbg {
    width: 104%;
    height: 104%;
    left: -2%;
    top: -2%;
}

.pbb24wz {
    position: absolute;
    z-index: 3;
    width: var(--w86);
    left: 50%;
    transform: translateX(-50%);
}

.pbb24wz {
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 3;
    color: #fff;
}

.biobanerp1 {
    font-size: 25px;
}

.biobanerp2 {
    font-size: 55px;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: 700;
}

.biobanerp3 {
    margin-top: 100px;
}

.biobanerp3 {
    display: flex;
    width: 100%;
}

.biobanerp3 a {
    margin-right: 25px;
}

.bionext {
    font-size: 12px;
}

.bionext {
    position: absolute;
    right: 35px;
    bottom: 35px;
    z-index: 3;
}

/*.bionext,.bionext:hover {color:#fff;}
*/
/*.bionext span {display:block;position:relative;padding-right:25px;}
*/
/*.bionext span:before {position:absolute;right:0;top:0;content:'';width:20px;height:24px;}
*/
/*.bionext span:before {background-size:100% auto;background-position:center;background-repeat:no-repeat;}
*/
/*.bionext span:before {background-image:url(../img/right-jt-fff.svg)}
*/
.head24 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: var(--z-header);
    pointer-events: none;
    transition: opacity .4s var(--ease-basic), transform .4s var(--ease-basic);
}

.head24a {
    pointer-events: all;
    z-index: 16;
    /* border-bottom: 1px solid #b1b1b1; */
}

.head24a.b1 {
    border-bottom: 1px solid #b1b1b1;
}

.head24bg {
    background:hsla(0,0%,48%,.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.head24bg {
    height: var(--header-height);
    transition: all .4s var(--ease-basic)
}

.head24bg {
    width: var(--nav-width);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    border-radius: 90px;
}

.head24a {
    position: absolute;
}

.head24a {
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.head24a {
    transition: all 0.4s var(--ease-basic);
}

.head24am {
    width: var(--nav-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height);
    line-height: var(--header-height);
    transition: all .4s var(--ease-basic)
}

.head24am {
    padding: 0 35px;
    box-sizing: border-box;
}

.head24logo {
    height: 100%;
    width: var(--logo-w);
    position: relative;
}

.head24logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s var(--ease-basic);
}

/*.logo22 {left:-15px;height:90%;opacity:0;}
*/
.logo21 {
    opacity: 0;
}

.logo21,
.logo22 {
    left: 0;
    height: 35px;
}

.head24meau {
    width: var(--meau-wh);
    height: var(--meau-wh);
    position: relative;
}

.head24meau:after,
.head24meau:before {
    background: #fff;
    height: 4.28%;
}

.head24meau:after,
.head24meau:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 0.15rem;
}

.head24meau:after,
.head24meau:before {
    transform-origin: 50% 50%;
    transition: transform .25s var(--ease-basic);
}

.head24meau:before {
    transform: translate(-15%, -250%);
}

.head24meau:after {
    transform: translate(15%, 250%);
}

.head24meau:hover:before {
    transform: translate(-15%, -500%)
}

.head24meau:hover:after {
    transform: translate(15%, 500%)
}

.head24nav {
    width: calc(90% - var(--logo-w) - var(--meau-wh));
    display: flex;
    justify-content: center;
}

.head24nav li {
    margin: 0 2%;
}

.head24nava {
    font-weight: 700;
    font-size: 18px;
    display: block;color:#fff;
}

.head24nav .ons .head24nava,
.head24nav li:hover .head24nava,.head24:hover .head24nava {
    color:#333
}
.head24nav .ons .head24nava,
.head24nav li:hover .head24nava:hover {
    color:var(--orange)
}
 .head24:hover .head24meau:after,.head24:hover .head24meau:before{background:#333;}

.head24:hover .head24bg {
    background: rgba(255, 255, 255, 1)
}

.head24:hover .logo21{opacity:1;}
.head24:hover .logo22{opacity:0;}

.head24meau.on:before,
.head24meau.on:after {
    background: #fff;
}

.head24meau.on:before {
    transform: translate(0) rotate(-45deg);
}

.head24meau.on:after {
    transform: translate(0) rotate(45deg);
}

.head24.active .head24db {
    display: none;
}

.head24.active .head24a,
.head24.active .head24bg {
    top: 0;
    width: 100%;
    border-radius: 0;
}

.head24.active .head24b {
    clip-path: inset(0 0 calc(100% - var(--header-height)) 0 round 0);
    -webkit-clip-path: inset(0 0 calc(100% - var(--header-height)) 0 round 0);
}

.head24.active .head24am {
    width: 98%;
}

.head24.on .head24db {
    display: none;
}

.head24.on .head24a,
.head24.on .head24bg {
    top: 0;
    width: 100%;
    border-radius: 0;
}

.head24.on .head24b {
    clip-path: inset(0 0 calc(100% - var(--header-height)) 0 round 0);
    -webkit-clip-path: inset(0 0 calc(100% - var(--header-height)) 0 round 0);
}

.head24.on .head24am {
    width: 98%;
}

.head24.open .logo21 {
    opacity: 0;
}

.head24.open .logo22 {
    opacity: 1;
}

.head24.open {
    z-index: calc(var(--z-header) + 2);
}

.head24.open .head24db {
    display: none;
}

.head24.open .head24b {
    background: var(--nav-bg);
    visibility: visible;
}

.head24.open .head24b {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
    pointer-events: all;
}

.head24.open .head24bzw {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s var(--ease-basic) .2s, transform .8s var(--ease-basic);
}

.head24.open .head24nav {
    opacity: 0;
    visibility: hidden;
}

.head24asubbg.open {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
    visibility: visible;
    opacity: 1;
}

.head24.white .head24db {
    display: none;
}

.head24.white {
    top: -15px
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.scrill {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 333;
    display: flex;
    width: 18px;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
}

.scrillm {
    width: 14px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.scrillm span {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 8px;
}

.scrillm span {
    animation: slideInDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}

.scrillwz {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.msbg {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.pubmore {
    border: 1px solid #fff;
}

.pwz {
    position: relative;
    overflow: hidden;
}

.pwz1,
.pwz2 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pubmore {
    padding: 0 35px;
    font-size: 16px;
}

.pubmore {
    display: flex;
    line-height: 50px;
    border-radius: 50px;
    width: 200px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.pubmore svg {
    width: 14px;
    height: 14px;
}

.pubmore span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    color: #fff;
}

.svg-fff {
    fill: #fff;
}

.svg-000 {
    fill: #000;
}

.pwz1 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pwz2 {}

.pwz2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(200%);
    opacity: 0;
}

.pubmore .psvg {
    width: 14px;
    height: 14px;
    position: relative;
    overflow: hidden;
}

.dad .psvg {
    width: 14px;
    height: 14px;
    position: absolute;
    overflow: hidden;
    display: block;
}

.svg-1,
.svg-2 {
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.svg-1 {
    position: relative;
    transform: translate(0, 0);
}

.svg-2 {
    opacity: 0;
    transform: translate(-100%, 0);
    position: absolute;
    left: 0;
    top: 100%;
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore {
    transition: all 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pubmore:hover .svg-1 {
    opacity: 0;
    transform: translate(100%, -100%);
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore:hover .svg-2 {
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore:hover .svg-2 {
    opacity: 1;
    transform: translate(0, -100%);
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.pubmore:hover .pwz1 {
    transform: translateY(-200%);
    opacity: 0;
}

.pubmore:hover .pwz2 {
    transform: translateY(-50%);
    opacity: 1;
}

.pubmore:hover {
    background: #fff;
}

.pubmore-hover-fff:hover {
    background: #fff;
    border-color: #fff
}

.pubmore-hover-fff .pwz2,
.pubmore:hover .pwz2 {
    color: #000;
}

.pubmore-hover-fff .svg-000 {
    fill: #000
}

.pubmore-fff {
    background: #fff;
    border-color: #fff;
}

.pubmore-fff:hover {
    background: var(--blue);
    border-color: var(--blue);
}

.pubmore-fff .pwz1 {
    color: #000;
}

.pubmore-fff .pwz2 {
    color: #fff;
}

.pubmore-fff .svg-fff {
    fill: #000;
}

.pubmore-fff .svg-000 {
    fill: #fff;
}

.pubmore-fff:hover .pwz2 {
    color: #fff;
}

.pubmore-000 {
    background: none;
    border-color: #000;
}

.pubmore-000:hover {
    background: var(--green);
    border-color: var(--green);
}

.pubmore-000 .pwz1 {
    color: #000;
}

.pubmore-000 .pwz2 {
    color: #fff;
}

.pubmore-000 .svg-fff {
    fill: #000;
}

.pubmore-000 .svg-000 {
    fill: #fff;
}

.pubmore-blue,
.pubmore-blue:hover {
    background: var(--blue);
    border-color: var(--blue);
}

.pubmore-blue .pwz1 {
    color: #fff;
}

.pubmore-blue .pwz2 {
    color: #000;
}

.pubmore-blue:hover .pwz2 {
    color: #000;
}

.pubmore-blue .svg-fff {
    fill: #fff;
}

.pubmore-blue .svg-000 {
    fill: #000;
}

.pubmore-blue-fff {
    background: var(--blue);
    border-color: var(--blue);
}

.pubmore-blue-fff:hover {
    border-color: var(--blue);
    background: var(--blue);
}

.pubmore-blue-fff .pwz1 {
    color: #000;
}

.pubmore-blue-fff .pwz2 {
    color: #fff;
}

.pubmore-blue-fff .svg-fff {
    fill: #000;
}

.pubmore-blue-fff .svg-000 {
    fill: #fff;
}

.pubmore-blue-fff:hover .pwz2 {
    color: #fff;
}

.pubmore-black {
    background: var(--blue);
    border-color: var(--blue);
}

.pubmore-black:hover {
    background: var(--blue);
    border-color: var(--blue);
}

.pubmore-black .pwz1 {
    color: #fff;
}

.pubmore-black .pwz2 {
    color: #fff;
}

.pubmore-black .svg-fff {
    fill: #fff;
}

.pubmore-black .svg-000 {
    fill: #fff;
}

.pubmore-black:hover .pwz2 {
    color: #fff;
}

.pubmore-line {
    background: var(--purple-to-blue);
    border: none !important;
    height: 56px;
    line-height: 56px;
    border-radius: 56px;
    width: 165px
}

.pubmore-line {
    position: relative;
}

.pubmore-line:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: '';
    background: #000;
    border-radius: 56px;
    overflow: hidden;
}

.pubmore-line:hover:before {
    opacity: 0;
}

.pubmore-line .pwz1 {
    color: #fff;
}

.pubmore-line .pwz2 {
    color: #fff;
}

.pubmore-border {
    border-color: #000;
}

.pubmore-border .pwz1 {
    color: #000;
}

.pubmore-border:hover {
    border-color: var(--blue);
}

.pubmore-border .svg-fff {
    fill: #000;
}

.pubmore-small {
    font-size: 14px;
    width: 160px;
    height: 42px;
    line-height: 40px;
}

.pubmore-small .psvg {
    width: 12px;
    height: 12px;
    position: relative;
    overflow: hidden;
}

.pubmore-small svg {
    width: 12px;
    height: 12px;
}

.pubmore-qq {
    width: auto;
    padding: 0;
}

.pubmore-qq .pwz {
    padding-right: 20px;
}

.pubmore-qqm {
    width: 40px;
    height: 40px !important;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.pubmore-qq .psvg,
.pubmore-qq svg {
    width: 12px;
    height: 12px;
}

.pubmore-qqm:before {
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--blue);
    content: '';
}

.pubmore-qqm:before {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transition: transform cubic-bezier(0.12, 0.77, 0.16, 0.93) 0.3s;
    width: 100%;
    height: 100%;
}

.pubmore-qq .svg-1 {
    fill: #000
}

.pubmore-qq .svg-2 {
    fill: #fff
}

.pubmore-qq:hover .pubmore-qqm:before {
    transform: scale(1.2);
    background: var(--blue);
    border-color: var(--blue);
}

.pubmore-qq:hover .pwz1 {
    transform: translateY(0);
    opacity: 1;
}

.pubmore-qq:hover .pwz2 {
    transform: translateY(200%)
}

.ani_5.is-inview {
    animation-delay: 0.5s !important;
}

.ani_6.is-inview {
    animation-delay: 0.6s !important;
}

.ani_7.is-inview {
    animation-delay: 0.7s !important;
}

/**/
.abt26btcbg1,
.abt26btcbg2,
.abt26btcbg3 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 300;
    background: #000;
    opacity: 0.5;
    display: none;
}
.abt26btc0,
.abt26btc1,
.abt26btc2,
.abt26btc3 {
    /* width:900px;*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 310;
    display: none;
}

.pop1_list {
    width: 1200px;
    background-image: url(../img/pop1bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 530px;
    border-radius: 50px;
    padding: 50px 60px;
    box-shadow: 0 8px 18px rgba(255, 255, 255, 0.4);
}

.pop1_item {
    display: flex;
    justify-content: space-between;
}

.pop1_ul1 {
    width: 50%;
}

.pop1_ul2 {
    width: 50%;
    padding-left: 50px;
}

.pop1_p1 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.pop1_p2 {
    display: flex;
    flex-wrap: wrap;
}

.pop1_p2 a {
    display: inline-block;
    width: 25%;
    margin-top: 15px;
    color: #fff;
}

.pop1_m1 {
    margin-top: 40px;
}

.pop1_p3 {
    font-size: 14px;
    color: #fff;
}

.pop1_p4 {
    font-size: 40px;
    color: #fff;
}

.pop1_p5 {
    font-size: 26px;
    color: #fff;
    margin-top: 30px;
}

.fromc_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fromc_item {
    width: 49%;
    position: relative;
    margin-top: 10px;
}

.fromc_item i {
    color: #fff;
    padding-right: 7px;
}

.fromc_inp {
    outline: none;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    height: 55px !important;
    line-height: 23px;
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 8px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.js_ttx.on .iptlable {
    top: 0px;
    transform: scale(0.9);
    /* background:#fff;*/
}

.iptlable {
    padding: 0 5px;
    transition: all 0.3s ease;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    color: #fff;
}

.fromc_item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fromc_item img {
    width: 15px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.fromc_item2 {
    width: 100%;
}

.fromc_text {
    width: 100%;
    height: 70px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px 30px;
    color: #fff;
    box-sizing: border-box;
}

.pop2_list {
    background: #fff;
    width: 1200px;
    padding: 50px;
    border-radius: 35px;
}

.pop2_p1 {
    font-size: 60px;
    font-weight: bold;
}

.pop2_ul1 {
    margin-top: 30px;
}

.iptlable2 {
    color: #8a8a8a;
}

.iptlable2 i {
    color: #8a8a8a;
    padding-right: 7px;
}

.fromc_inp2 {
    background: #fbfbfb;
    color: #8a8a8a;
}

.pop2_p2 {
    font-size: 14px;
}

.fromc_item3 {
    width: 100%;
}

.fromc_item4 {
    width: 33%;
}

.v-kf-p4 span {
    background: var(--orange);
}

.tcgxan {
    position: absolute;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.tcgxan-fff {
    color: #fff;
}

.tcgxan1 {
    right: 25px;
    top: 25px;
}

.tcgxan1 i {
    font-size: 24px;
}

.tcgxan2 {
    right: -38px;
    top: -5px;
}

.v-kf {
    overflow: initial
}

.pbbar {
    width: 250px;
    margin: 0 auto;
    position: relative;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box;
    padding-bottom: 5px;
}

.pbbar {
    border-bottom: 1px solid #aaa;
    text-align: center;
}

.pbbarscrollbar {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.pbbarscrollbar .swiper-scrollbar-drag {
    background: var(--blue);
}

.pbbar {
    margin-top: 40px;
}

.pbbarbtn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: none;
    border-radius: 50%;
    text-align: center;
}

.pbbarbtn {
    text-align: center;
    z-index: 3;
    transition: all 0.3s ease;
}

.pbbarbtn i {
    color: #333;
    font-size: 26px;
    font-weight: normal;
}

.pbbarbtnl {
    left: 0;
}

.pbbarbtnr {
    right: 0;
}

/**/

/**/
.bgHov,
.bgHov::after,
.team-art h4::after,
.ask-right img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.hrefBoxs {
    position: relative;
    top: -120px;
    left: 0;
}

.ground-ban {
    width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-navs {
    width: 1300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.banner-navs h3 {
    font-size: 27px;
    line-height: 27px;
    color: #ffffff;
    border-bottom: 1px #fff solid;
    padding-bottom: 26px;
    margin-bottom: 24px;
}

.navItems {
    padding: 0 22px;
}

.itemIcon {
    display: flex;
    align-items: center;
}

.itemIcon span {
    align-items: center;
}

.itemIcon span img {
    max-width: 90%;
    margin-right: 45px;
}

.banner-navs .iconUls li {
    float: left;
}

.banner-navs .iconUls li a {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-left: 56px;
}



.chatTain {
    width: 100%;
    background: #FFFFFF;
}

.boxBoxItems {
    width: 76%;
    margin: 75px auto 95px;
    box-sizing: border-box;
    box-shadow: 0 2px 30px rgba(227, 227, 227, 0.75);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.box1cens {
    /* height: 301px; */
    box-sizing: border-box;
    padding: 40px 5% 40px 7%;
}

.box1cens h2 {
    font-size: 44px;
    line-height: 60px;
    color: #000000;
}

.box1cens h2 {
    display: table-cell;
    vertical-align: middle;
}

.box1-btnums {
    text-align: right;
    margin-top: 105px;
}

.box1-btnums a {
    width: 200px;
    height: 55px;
    border-radius: 6px;
    text-align: left;
    text-indent: 75px;
    background-repeat: no-repeat;
    background-position: 24px center;
    display: inline-block;
    font-size: 20px;
    line-height: 55px;
    color: #ffffff;
}

.box1-btnums a:nth-child(1) {
    background-color: #00c358;
    background-image: url(../img/download.png);
    background-size: 32px;
}

.box1-btnums a:nth-child(2) {
    background-color: #313131;
    background-image: url(../img/baojia.png);
    background-size: 28px;
    margin-left: 30px;
}


.h3Title {
    width: 70%;
    margin: 0 auto 70px;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
}

.box2cens {
    text-align: center;
    padding: 70px 0;
}

.box2cens dl {
    text-align: center;
    width: 33.3%;
    float: left;
    margin-top: 70px;
}

.box2cens dl:nth-of-type(-n+3) {
    margin-top: 0;
}

.box2cens dl dt img {
    width: 40px;
}

.box2cens dl dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
}

.box2cens dl dd::before {
    content: '';
    width: 44px;
    height: 4px;
    background-color: #00c358;
    border-radius: 2px;
    display: block;
    margin: 25px auto;
}

.box3cens {
    background: #F2F2F2;
    box-shadow: none;
    padding: 45px 5% 35px;
}

.box3cens h4 {
    font-size: 34px;
    line-height: 40px;
    color: #000000;
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    margin-top: 12px;
}

.box3cens h4 p {
    font-size: 16px;
    line-height: 18px;
    padding-top: 25px;
}

.fadeInputs {
    text-align: right;
    display: flex;
    width: 600px;

}

.btnOut {
    width: calc(98% - 135px);
    margin-right: 2%;
}

.descBtn {
    width: 93%;
    height: 60px;
    background: #00C358;
    display: table;
    padding: 0 8px 0 23px;
    border-radius: 6px;
}

.descBtn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    text-align: left;
}

.descBtn span a {
    width: 238px;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    color: #313131;
    display: block;
    float: right;
}

.submitp a {
    width: 135px;
    height: 60px;
    background-color: #313131;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #f2f2f2;
    display: block;
}

.fadeInputs {
    position: relative;
}

.hideBox {
    padding: 6px 7px;
    border-radius: 6px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
}

.hideBoxon {
    opacity: 1;
    visibility: visible;
}

.hideBox p {
    float: left;
}

.hideBox,
.showBox {
    width: 100%;
    display: flex;
}

.hideBox {
    width: 450px;
}

.hideBox p {
    width: 160px;
}

.hideBox p:nth-child(2) {
    width: calc(75% - 160px)
}

.hideBox p:nth-child(1) input {
    width: 150px;
    height: 47px;
    line-height: 47px;
    background: none;
    border: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 6px;
    margin-right: 6px;
}

.hideBox p:nth-child(2) input {
    width: 247px;
    height: 47px;
    line-height: 47px;
    background: none;
    border: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 6px;
}

.hideBox p:nth-child(1) input::-webkit-input-placeholder,
.hideBox p:nth-child(2) input::-webkit-input-placeholder {
    height: 47px;
    line-height: 47px;
}

.hideBox p input {
    text-indent: 20px;
}

.hideBox p input::-webkit-input-placeholder {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #313131;
    text-indent: -20px;
}


/*  */
.tabItems {
    width: 70%;
    margin: 0 auto 50px;
}

.tabItems .tabUls li {
    float: left;
}

.tabItems .tabUls li a {
    font-size: 18px;
    color: #ffffff;
    background-color: #313131;
    border-radius: 6px;
    display: block;
    padding: 12px 23px;
    margin-right: 35px;
}

.tabItems .tabUls li a:hover,
.actives {
    background-color: #00c358 !important;
}

.tabList-Item {
    width: 100%;
    max-width: 1600px;
}

.tabList-Item .item-tainer {
    padding: 0 3%;
    overflow: hidden;
}

.item-box {
    width: 33%;
    box-sizing: border-box;
    height: 490px;
    display: inline-block;
    margin: -6px 0;
    overflow: hidden;
}

.item-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bgHov {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bgHov {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-box:hover .bgHov {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.item-box:hover .bgHov::after {
    content: '';
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.hovTxt {
    width: 70%;
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #FFFFFF;
}

.hov_txt_p1 {
    font-size: 18px;
    line-height: 18px;
}



.hov_txt_p2 {
    font-size: 14px;
    position: relative;
    opacity: 0;
}


.item-box:hover .hov_txt_p1 {
    transform: translateY(-40px);
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.item-box:hover .hov_txt_p2 {
    transform: translateY(-20px);
    opacity: 1;
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}


.box3cens .box1-btnums {
    margin-top: 56px;
}

.box3cens .box1-btnums a:nth-child(1) {
    background-image: url(../img/zixun.png) !important;
    background-size: 33px;
}

.tabItems-center .tabUls {
    text-align: center;
}

.tabItems-center .tabUls li {
    display: inline-block;
    float: none;
}


/*  */
.box4cens,
.box5cens {
    background: #FFFFFF;
    box-shadow: 1px 1px 55px 0px rgba(227, 227, 227, 0.75);
}

.choseDiv {
    width: 100%;

}

.choseDiv .chose-tain {
    width: 76%;
    margin: auto;
    padding-bottom: 55px;
    border-bottom: 1px #E3E3E3 solid;
}

.choseDiv .chose-tain .chose-team {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px #ECECEC solid;
    border-radius: 2px;
    padding: 45px 43px;
    float: left;
    min-height: 300px;
}

.choseDiv .chose-tain .chose-team:nth-of-type(3n) {
    margin-right: 0;
}

.choseDiv .chose-tain .chose-team:nth-of-type(-n+3) {
    margin-top: 0;
}

.team-img {
    padding-bottom: 25px;
    border-bottom: 1px #F4F4F4 solid;
    margin-bottom: 16px;
}

.team-img img {
    width: 50px;
    display: block;
    transition: all .5s ease;
}

.team-art h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.team-art div {
    font-size: 14px;
    color: #313131;
    line-height: 20px;
}

.choseDiv .chose-tain .chose-team:hover .team-art h4::after {
    content: '';
    width: 100%;
    height: 12px;
    background-color: #ffcd01;
    position: absolute;
    bottom: 2px;
    z-index: -1;
    left: 0;
}

.choseDiv .chose-tain .chose-team:hover .team-img img {
    transform: translateX(20px);
}

/*  */
.box5cens {
    padding: 57px 5% 55px;
}

.box5cens h4 {
    font-size: 34px;
    line-height: 46px;
}

.box5cens .box1-btnums {
    margin-top: 27px;
}


/*  */
.choseAsks .chose-team {
    background-color: #F6F8FA;
    width: 23% !important;
}

.choseAsks .team-img {
    border-bottom: 1px #eae5e5 solid;
}

.choseAsks .ask-art h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
}


.choseAsks .chose-tain .chose-team:nth-of-type(-n+4) {
    margin-top: 0;
}

.choseAsks .chose-tain .chose-team:nth-of-type(3n) {
    margin-right: 2%;
}

.choseAsks .chose-team {
    margin-right: 2.65% !important;
    min-height: 360px !important;
}

.choseAsks .chose-tain .chose-team:nth-of-type(4n) {
    margin-right: 0 !important;
}

.ask-right {
    margin-top: 35px;
}

.ask-right img {
    width: 50px;
}

.choseAsks .chose-team:hover .ask-right img {
    transform: translateX(10px);
}





/* scrollScreen */
.scrollScreen {
    width: 100%;
    margin-bottom: 80px;
    background-color: #fff;
    position: sticky;
}

.vhScreenBox {
    width: 100%;
    height: 100vh;
}

.screen-tain {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}

.video-marks-big {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.35);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 35;
    transform: scale(0);
}

.screen-cen-cideo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    transform: translate(-50%, -50%);
}

.screen-cen-cideo video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video-marks {
    position: absolute;
    width: 66vw;
    height: 100%;
    /* background-color: rgba(0,0,0,0.35); */
    z-index: 32;
    top: 90px;
    left: 17vw;
}


.border-boxs {
    position: absolute;
    z-index: 40;
    background: #fff;
}

.border-left,
.border-right {
    width: 17vw;
    transform: scaleX(1);
}

.border-top,
.border-bottom {
    width: 100%;
    height: 110px;
    transform: scaleY(1);
}

.border-top {
    top: 0;
    left: 0;
    right: 0;
    transform-origin: 50% 0;
}

.border-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    transform-origin: 50% 100%;
}

.border-left {
    transform-origin: 0 50%;
    left: 0;
    top: 0;
    bottom: 0;
}

.border-right {
    transform-origin: 100% 50%;
    right: 0;
    top: 0;
    bottom: 0;
}

.border-boxs {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


.border-top.scre-btop,
.border-bottom.scre-btop {
    transform: scaleY(0) !important;
}

.border-left.scre-bleft,
.border-right.scre-bleft {
    transform: scaleX(0) !important;
}


/* text */
.scroll-content {
    position: relative;
    /* border: 1px blue solid; */
    top: -42vh;
    z-index: 38;
    height: 300px;
}

.video-marks-big .h3 {
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 10%;
    width: 50%;
    transition-delay: 0.9s;
    opacity: 0;
    transition: all 2s ease;
}

.h3 h4 {
    font-size: 26px;
    line-height: 32px;
    padding-top: 40px;
}

.h3 p {
    font-size: 26px;
    line-height: 32px;
    padding-top: 10px;
}

.scroll-content .botFade {
    /* border: 1px red solid; */
    width: 70%;
    margin: 200px auto 0;
    transition: all 2s ease;
    /* transition-delay: ; */
    opacity: 0;
}

.scroll-content .botFade h4 {
    font-size: 39px;
    line-height: 66px;
    color: #ebebeb;
}

.scroll-content .botFade p {
    font-size: 16px;
    color: #ebebeb;
}

.ewm_p span {
    margin-top: 25px;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

.ewm_p {
    z-index: 66;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-opacity: 0;
    opacity: 0;
    width: 100px;
    height: 100px;
}

.ewm_p img {
    max-width: 100%;
}

.ewm_p1 {
    margin-left: -125px;
    width: 250px;
}

.ewm_p,
.ggzsis,
.proBoxs {
    transition: all ease 0.3s;
}

.h_case_m2_m:hover .ewm_p {
    opacity: 1
}

.ggzsis {
    position: absolute;
    right: -10px;
    top: 0;
    color: #999;
    padding-right: 20px;
    opacity: 0;
    -webkit-opacity: 0;
}

.ggzsis {
    background: url(../img/jiantou.png) right center no-repeat;
    background-size: 15px auto;
}

.h_case_m2_m:hover .ggzsis {
    opacity: 1;
    right: 0;
}

.xcxjs_ul .proBoxs,
.gzhjs_ul .proBoxs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.xcxjs_ul,
.gzhjs_ul {
    position: relative;
}


.isshow.proBoxs {
    z-index: 8;
    opacity: 1;
    visibility: visible;
}

.brandp1 {
    font-size: 20px;
    font-weight: 300;
    color: var(--blue);
    padding-bottom: 15px;
    line-height: 1.2
}

.brandp1-fff,
.brandp2-fff {
    color: #fff
}

.brandp2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.brandp3 {
    margin-top: 60px;
}

.branda {
    background: var(--bgs);
}

.brandam {
    margin-top: 55px;
}

.brandam {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.brandam .ul {
    width: 32.5%;
    background: #fff;
    border-radius: var(--bor5);
    overflow: hidden;
}

.brandam .ul {
    padding: 3.5%;
    box-sizing: border-box;
    transition: all 0.3s var(--ease-basic)
}

.brandam .ul:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}

.brandaicon {
    position: relative;
    height: 160px;
}

.brandaicon .img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.brandaicon .img {
    max-height: 60%;
    max-width: 60%;
}

.b0f121b {
    background: #0f121b;
}

.brandbp2 {
    margin-top: 40px;
}

.brandbicon {
    width: 30%;
    padding-top: 30%;
    position: relative;
}

.brandbicon img {
    position: absolute;
}

.brandbm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brandbm .ul {
    width: 49.7%;
    background: rgba(255, 255, 255, .06);
    border-radius: var(--bor5);
    overflow: hidden;
    margin-top: 0.6%;
}

.brandbm .ul {
    padding: 3%;
    box-sizing: border-box;
    transition: all 0.3s var(--ease-basic)
}

.brandbm .ul {
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
}

.brandbwz {
    width: 52%
}

.brandbnum {
    position: absolute;
    color: var(--blue);
    padding: 6%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
}

.brandbnum span {
    position: relative;
    display: inline-block;
}

.brandbnum span:before {
    background: var(--blue);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: '';
}

.sys0 {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.sys1 {
    height: 100%;
    right: 0;
    top: 0;
}

.sys2 {
    height: 100%;
    left: 0;
    top: 0;
}

.sys3 {
    height: 100%;
    right: 0;
    bottom: 0;
}

.sys4 {
    height: 100%;
    left: 0;
    top: 0;
}

.sys5 {
    height: 100%;
    left: 0;
    top: 0;
}

.sys6 {
    height: 100%;
    right: 0;
    bottom: 0;
}

.sys7 {
    height: 45%;
    left: 0;
    top: 1.5%;
}

.sys8 {
    height: 45%;
    right: 0;
    top: 1.5%;
}

.sys9 {
    height: 45%;
    left: 0;
    bottom: 1.5%;
}

.sys10 {
    height: 45%;
    right: 0;
    bottom: 1.5%;
}

@keyframes ani0 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-8%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes ani1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8%);
    }

    100% {
        transform: translateX(0);
    }
}

.brandbm .ul:hover .sys0 {
    animation: 1s ani0 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys1 {
    animation: 1s ani1 0.3s;
    animation-fill-mode: forwards
}

@keyframes ani2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5%, -5%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ani3 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5%, 5%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.brandbm .ul:hover .sys2 {
    animation: 1s ani2 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys3 {
    animation: 1s ani3 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys4 {
    animation: 1s ani0 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys6 {
    animation: 1s ani1 0.3s;
    animation-fill-mode: forwards
}

@keyframes ani7 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5%, -5%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ani8 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5%, -5%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ani9 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5%, 5%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ani10 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5%, 5%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.brandbm .ul:hover .sys7 {
    animation: 1s ani7 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys8 {
    animation: 1s ani8 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys9 {
    animation: 1s ani9 0.3s;
    animation-fill-mode: forwards
}

.brandbm .ul:hover .sys10 {
    animation: 1s ani10 0.3s;
    animation-fill-mode: forwards
}

.brandbp1 {
    color: var(--blue)
}

.brandc {
    padding-top: 20px;
}

.brandcp1 {
    font-size: 28px;
    font-weight: 300;
    color: var(--blue);
    padding-bottom: 5px;
}

.brandctop {
    border-bottom: 1px solid rgba(125, 131, 135, 0.5);
    padding-bottom: 40px;
}

/*.brandcx2{padding-right:0;}*/
.brandcx2 {
    width: 100%;
    box-sizing: border-box;
}

/*.brandcx2m{width:100%;padding-left:calc((100vw -120px) * 0.04);box-sizing:border-box;}*/
.brandczw {
    display: flex;
    width: 100%;
}

.brandcl,
.brandcr {
    padding-top: 60px;
}

.brandcl {
    width: 25%;
    padding-right: 40px;
    box-sizing: border-box;
}

.brandcr {
    padding-left: 40px;
    box-sizing: border-box;
    width: 85%;
    border-left: 1px solid rgba(125, 131, 135, 0.5);
    margin-right: -10%;
}

.brandcp3 {
    color: #fff;
    line-height: 1.7;
    height: 220px;
    padding-top: 16px;
}

.brandcp4 {}

.brandcswiper,
.brandcimg {
    overflow: hidden;
}

.brandcimg img {
    width: 100%;
}

.brandcimg {
    position: relative;
}

.brandcimg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.brandcslide {
    width: 365px;
    background: #fff;
    border-radius: var(--borders);
    overflow: hidden;
}

.brandclogo {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    justify-content: space-between;
}

.brandcicon {
    width: 160px;
    position: relative;
    height: 58px;
}

.brandcicon img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.brandcicon img {
    max-width: 80%;
    max-height: 100%;
}

.brandcimg img {
    transition: all 1.5s var(--ease-basic)
}

.brandcimg:before {
    transition: all 0.5s var(--ease-basic);
    z-index: 2;
}

.brandcslide:hover .brandcimg:before {
    opacity: 1;
}

.brandcslide:hover .brandcimg img {
    transform: scale(1.1);
}


.brandetop {
    position: relative;
}

.brandep1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.brandewz {
    width: 100%;
    display: flex;
    margin-top: 4%;
}

.brandel {
    line-height: 1;
    font-weight: 700;
}

.brandel span {
    font-size: 12px;
}

.brandel em {
    display: block;
    margin-top: 5px;
    font-size: 18px;
}

.brandel ul {
    color: #777;
    position: relative;
    padding-left: 0;
    margin-bottom: 40px;
    cursor: pointer;
}

.brandel ul:before {
    width: 4px;
    background: var(--blue);
    content: '';
    height: 88%;
    top: 6%;
    position: absolute;
    left: 0;
    width: 0;
    opacity: 0;
}

.brandel ul:nth-child(1) {
    margin-top: 15px;
}

.brandel,
.brander {
    padding-top: 4%;
    box-sizing: border-box;
}

.brandewz {
    border-top: 1px solid rgba(175, 175, 175, 0.5)
}

.brandel {
    width: 25%;
    padding-right: 2.5%;
    border-right: 1px solid rgba(175, 175, 175, 0.5)
}

.brander {
    width: 75%;
    padding-left: 5%;
}

.brandel .on:before {
    width: 3px;
    opacity: 1;
}

.brandel .on {
    color: #000;
    padding-left: 20px;
}

.brandel ul,
.brandel ul:before {
    transition: all 0.5s var(--ease-basic);
}

.brandel ul:hover {
    color: #000
}

.branderp3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.branderp3 ul {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.branderp3 ul {
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.5%
}

.branderp3 ul:nth-child(3n) {
    margin-right: 0;
}

.branderp3 i {
    width: 64px;
    height: 64px;
    position: relative;
}

.branderp3 img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.branderp3 img {
    max-width: 95%;
    max-height: 95%;
}

.branderp3 ul {
    background-color: #F0F0F0;
    border-radius: 5px;
    border-bottom: 2px solid rgba(175, 175, 175, 0.5);
    transition: border-bottom-color 0.3s;
    justify-content: space-between;
}

.branderp3 ul {
    box-sizing: border-box;
    padding: 10px 20px;
}

.branderp3 ul:hover {
    border-color: var(--blue)
}

.branderp3 ul:hover img {
    transform: scale(1.1);
}

.branderp3 em {
    text-align: right;
    max-width: 75%;
}

.branderp1 {
    font-size: 16px;
}

.branderp2 {
    font-size: 24px;
    color: var(--blue);
}

.brandermm {
    padding-bottom: 40px;
}

.brandermm:last-child {
    padding-bottom: 0;
}

.branderm {
    display: none;
}

.branderm1 {
    display: block;
}


.brandf {
    background: #181818;
}

.brandel-fff ul {
    margin-bottom: 20px;
}

.brandel-fff .on,
.brandel-fff ul:hover {
    color: #fff;
}

.brandewz-fff,
.brandel-fff {
    border-color: rgba(125, 131, 135, 0.5)
}

.brandermx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.branderml {
    width: 340px;
}

.brandermr {
    width: calc(90% - 340px);
    color: #fff;
}

.brandermxp2 span {
    font-weight: 700;
    font-size: 32px;
}

.brandermxp2 {
    line-height: 1;
    position: relative;
    padding-left: 60px;
}

.brandermxp2 i {
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.brandermxp3 {
    line-height: 1.6;
    font-size: 14px;
}

.brandermxp4 span {
    display: block;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    padding-left: 35px;
}

.brandermxp4 i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.branderm-2 {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.branderm-2.on {
    opacity: 1;
    visibility: visible;
}

.brander-2 {
    min-height: 450px;
    position: relative;
    width: 100%;
}

.branderm-2 {
    position: absolute;
    transform: translateY(100px);
    background: #181818;
}

.branderm-2,
.branderml,
.brandermr {
    transition: all 1s var(--ease-basic);
}

.branderm-2.on {
    transform: translateY(0);
}

.brandermxp3 {
    margin-top: 35px;
}

.brandermxp4 {
    margin-top: 30px;
}

.brandermxp4 span {
    margin-bottom: 15px;
}

.brandam-2 {
    flex-wrap: wrap;
}

.brandam-2 .ul {
    width: 49.375%;
    margin-top: 1.25%;
}

.brandam-2 .ul:hover {
    background: var(--orange);
}

.brandam-2 .ul,
.brandp1,
.brandp2 {
    transition: all 0.3s ease;
}

.brandam-2 .ul:hover .brandp2,
.brandam-2 .ul:hover .brandp1 {
    color: #fff;
}

.brandam-2 .ul:hover .head24asubmore {
    color: #fff;
}

.brandam-2 .ul:hover .head24asubmore span {
    background: #fff;
}

.brandam-2 .ul:hover .head24asubmore i {
    right: -100%;
    opacity: 0;
}

.brandam-2 .ul:hover .head24asubmore i:nth-child(2) {
    right: 0;
    opacity: 1;
}

/**/

.biomsg {
    background: #0c30b9;
    color: #fff;
}

.biomsgm {
    width: 78%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-width: 1200px;
}

.biomsgl {
    display: flex;
    width: 410px;
    justify-content: space-between;
}

.biomsgr {
    width: calc(85% - 410px)
}

.biomsgla {
    width: 110px;
}

.biomsglb {
    width: calc(100% - 110px);
    padding-left: 20px;
}

.biomsgp1 {
    font-size: 12px;
}

.biomsgp2 {
    font-size: 22px;
}

.biomsgp3 {
    font-size: 32px;
}

.biomsgp5 {
    line-height: 30px;
    margin-top: -15px;
}

.ge4msgm {
    display: flex;
    justify-content: space-between;
}

.ge4msgmb {
    width: 60%;
}

.ge4msgmbmsg,
.ge4msgmbm {
    width: 100%;
}

.ge4msgmbm {
    display: flex;
    justify-content: space-between;
}

.ge4msgmbm-50 {
    width: 49%;
}

.ge4msgmbm-100 {
    width: 100%;
}

.ge4msgmbmx {
    position: relative;
}

.ge4msgmbmx .on {
    margin-top: -22px;
}

.ge4msgmbmx label {
    position: absolute;
    z-index: 3;
    color: #333;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease;
}

.otxt5 {
    background: none;
    border: none;
    outline: none;
    border-radius: 8px;
    overflow: hidden;
}

.otxt5 {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
}

.otxt5 {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    height: 55px;
    line-height: 23px;
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 5px;
}

.ge4msgmbm {
    margin-top: 40px;
}

.otxt5 {
    border-bottom: 2px solid #fff !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.otxt5:focus {
    border-color: var(--blue) !important;
}

.ge4msgmbm2 {
    justify-content: flex-end;
}

.ge4msgmbm:nth-child(1) {
    margin-top: 0;
}

.ge4msgmbmsg {
    margin-top: 40px;
}

.ge4msgmbp0 {
    font-size: 40px;
    color: #fff;
}


.g3-pubmore {
    box-sizing: border-box;
}

.g3-pubmore {
    padding: 0 20px;
    width: 200px;
    text-align: left;
    height: 50px;
    position: relative;
    line-height: 50px;
    border-radius: 16px;
    border-top-right-radius: 0;
    overflow: hidden;
    display: inline-block;
}

.g3-pubmore i {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.g3-pubmore i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.g3-pubmore i:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.g3-pubmore i,
.g3-pubmore i:after,
.g3-pubmore i:before {
    transition: all 0.3s ease;
}

.g3-pubmore i:before {
    opacity: 0;
    position: relative;
    z-index: 3;
}

.g3-pubmore i {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.g3-pubmore:hover i:before {
    opacity: 1;
}

.g3-pubmore:hover i:after {
    width: 38px;
    height: 38px;
}

.g3-pubmore {
    cursor: pointer;
    transition: all 0.3s ease;
}

.g3-pubmore-yellow {
    color: #000;
    background: #ff6600;
}

.g3-pubmore-yellow i {
    color: #fff;
}

.g3-pubmore-yellow i:after {
    background: #000;
}

.new2024 {
    color: #7f7f7f;
    margin-top: 210px;
}

.new2024 a {
    color: #7f7f7f;
    margin: 0 10px;
}

.new2024 a:first-child {
    margin-left: 0;
}

/**/
.new_info {
    margin-top: 50px;
    align-items: center;
}

.new_sp1 {
    font-size: 56px;
    color: #000;
}

.new_sp2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    color: #fff;

}

.new_sp2 i {
    font-weight: 700;
}

.new_sp3 {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f17e2a;
    transition: all 0.3s ease;
}

.new_sp3:hover {
    transform: scale(1.1);
}

.newzh {
    background: linear-gradient(to right, #f5f5f5, #fefefe, #f9f9f9, #fff);
    padding: 20px 30px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.newzhwp1 {
    font-size: 18px;
    color: #FF6600;
    margin-left: 20px;
    margin-right: 50px;
}

.newzh_cont {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 100px;
    /* align-items: flex-start; */
}

.newzh_ul1 {
    width: 28%;
    padding-right: 4%;
}

.newzh_left {
    position: sticky;
    top: 100px;
    z-index: 10;
}

.newzh_ul2 {
    width: 56%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 4%;
}

.newzh_ul3 {
    width: 10%;
}

.newzh_center {}

.newzh_center h5 {
    font-size: 24px;
}

.newzh_center span {
    /*color: red;*/
}

.newzh_right {
    position: sticky;
    top: 100px;
    z-index: 10;
    text-align: center;
}

.newzhwp2 {
    color: #8c8c8c;
}

.newzhwp3 {
    color: #595959;
}

.newzhwp4 {
    padding-left: 50px;
    border-left: 1px solid #ccc;
}


.newzh_left p {
    font-size: 18px;
    color: #999;
    margin-top: 35px;
}

.newzh_left .newzh_p1 {
    font-size: 24px;
    color: #FF6600;
    margin-top: 0;
}

.newzh_p2 {
    color: #ccc;
    text-align: center;
}

.newzh_line {
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background: #f4f4f4;
    margin-top: 20px;
}

.newzh_p3 {
    margin-top: 30px;
    position: relative;
}

.new_fx {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    z-index: 11;
}

.new_fx p {
    font-size: 14px;
    margin-bottom: 10px;
}

.newzh_p3:hover .new_fx {
    display: block;
}

.newzh_span1 {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;

}

.newzh_span1 i {
    font-size: 30px;
    color: #ccc;
    transition: all 0.3s ease;
}

.newzh_span1:hover {
    color: #fff;
    background: #f57d26;
    border: 1px solid #f57d26;
}

.newzh_span1:hover i {
    color: #fff;
}

.newzh_p4 {
    margin-top: 30px;
    position: relative;
}



.newzh_p5 {
    display: inline-block;
    margin-top: 30px;
    color: #ccc;
}

.newzh_p5 i {
    color: #f57d26;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-weight: 700;
}

.newzh_p5:hover i {
    color: #fff;
    border: 1px solid #f57d26;
    background: #f57d26;
}

.newzh_p5 span {
    display: inline-block;
    margin-top: 10px;
}

.newzh_right2 {
    width: 70%;
    margin-left: auto;
    margin-top: 100px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newzh_right2 .pubmore {
    height: 40px;
    line-height: 40px;
    width: 190px;
    font-size: 14px;
}

.newzh_line2 {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin: 50px 0;
}

.newzh_p6 {
    font-size: 22px;
    color: #FF6600;
}


.newzh_list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* border: 1px solid #c9c9c9; */
    border-radius: 10px;
    margin-bottom: 80px;
}

.newzh_item {
    width: 33.33%;
    padding: 30px 40px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    position: relative;
    min-height: 470px;
}

.newzh_item:nth-child(2) {
    border-left: none;
    border-right: none;
}

.newzh_p7 {
    font-size: 16px;
    color: #8a8a8a;
}

.newzh_p8 {
    font-size: 30px;
    color: #262626;
    margin-top: 20px;
    line-height: 1.4;
}

.newzh_li1 {
    /* margin-top: 20px; */
    position: absolute;
    top: 150px;
    left: 0;
    transform: translateY(50%);
    line-height: 1.6;
    transition: all 0.8s ease;
    opacity: 0;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    /* border-top: 1px solid #c9c9c9; */
}

.newzh_li1 p {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #c9c9c9;
}

.newzh_item:hover .newzh_li1 {
    padding-top: 40px;
    opacity: 1;
    transform: translateY(0);
}

.newzh_item:hover .newzh_p8 {
    color: #FF6600;
}

.newzh_item:hover .newzh_p9 {
    display: none;
}

.newzh_item:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

.newzh_item:nth-child(3) {
    border-radius: 0px 10px 10px 0px;
}

.newzh_p9 {
    margin-top: 230px;
    color: #FF6600;
    font-size: 16px;
}

.newzh_p9 span {
    margin-left: 10px;
}

.newzh_span2 {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #FF6600;
    border-radius: 50%;
    color: #fff;
}

.newde_title {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.newde_ul1 {
    width: 70%;
}

.newde_ul2 {
    width: 30%;
    padding-left: 50px;
    border-left: 1px solid #b2b2b2;
}

.newde_p1 {
    font-size: 60px;
}

.newde_p2 {
    font-size: 20px;
    margin-top: 10px;
}



.newde_p3 {
    font-size: 16px;
    margin-top: 20px;
}

.newde_p3 span {
    margin-left: 20px;
    transition: all 0.3s ease;
}

.newde_p3:hover span {
    margin-left: 30px;
}


.newde_con {
    margin-top: 80px;
}

.newde_a1 {
    padding: 10px 33px;
    border: 1px solid #8a8a8a;
    border-radius: 27px;
    font-size: 16px;
    margin-right: 11px;
    transition: all 0.3s ease;
    color: #8a8a8a;
}

.newde_a1.on {
    color: #fff;
    background: #FF6600;
    border: 1px solid #FF6600;
}

.newde_a1:hover {
    color: #fff;
    background: #FF6600;
    border: 1px solid #FF6600;
}

.newde_p4 {
    margin-top: 70px;
    color: #979797;
    font-size: 18px;
}

.newde_p4 span {
    color: #FF6600;
}

.newzh_item2 {
    width: 31%;
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 3%;
    border-radius: 10px;
}

.newzh_item2:nth-child(2) {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}

.newzh_item2:nth-child(1) {
    border-radius: 10px;
}

.newzh_item2:nth-child(3) {
    border-radius: 10px;
}

.newzh_item2:nth-child(3n) {
    margin-right: 0;
}

.newzh_list2 {
    border: none;
    justify-content: start;
    margin-bottom: 0;
}

.newzh_page {
    text-align: center;
    margin-top: 40px;
}

.newzh_page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #8a8a8a;
    border-radius: 10px;
    text-align: center;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.newzh_page .on {
    background: #FF6600;
    color: #fff;
}

.newzh_page a:hover {
    background: #FF6600;
    color: #fff;
}

@media screen and (max-width:1440px) {
    .new_sp1 {
        font-size: 40px;
    }

    .newzh_p8 {
        font-size: 24px;
    }
}

/**/